Class sjl.wrappers.FuncNegateFloat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncNegateFloat

java.lang.Object
   |
   +----sjl.wrappers.FuncNegateFloat

public class FuncNegateFloat
extends Object
implements Function1
FuncNegateFloat is a function object designed for creating a new object of type Float based on the argument object and the - operator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncNegateFloat()

Method Index

 o perform(Object)
Convert the argument to Float and use the return value from the floatValue() method and the - operator to create a new Float which is returned.

Constructors

 o FuncNegateFloat
  public FuncNegateFloat()

Methods

 o perform
  public Object perform(Object o)
Convert the argument to Float and use the return value from the floatValue() method and the - operator to create a new Float which is returned.

All Packages  Class Hierarchy  This Package  Previous  Next  Index